/* 
  primary-color:                #085080
*/

.ho-field.hidden {
  display: none;
}

/* ---------------------------------------------------- */
/* ---------------- Multilang Dropdown ---------------- */
/* ---------------------------------------------------- */
.change-language-dropdown {
    width: 80px;
}

.language-select-container, .language-select__control, .language-select__value-container {
    height: 50px;
}

.language-select__control {
    border: none !important;
    box-shadow: none !important;
}

/* ---------------------------------------------------- */
/* --------------------- Base Form -------------------- */
/* ---------------------------------------------------- */
div.ho-form {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 30px;
}

@media(min-width: 576px) {
    div.ho-form {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    div.ho-form {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    div.ho-form {
        padding-right: 130px;
        padding-left: 130px;
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    div.ho-form {
        max-width: 1140px;
    }
}

@media(min-width: 1400px) {
    div.ho-form {
        max-width: 1320px;
    }
}

.ho-label > div{
    display: inline;
}

/* ---------------------------------------------------- */
/* --------------------- Login Form ------------------- */
/* ---------------------------------------------------- */
div.ho-login-widget {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media(min-width: 576px) {
    div.ho-login-widget {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    div.ho-login-widget {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    div.ho-login-widget {
        padding-right: 130px;
        padding-left: 130px;
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    div.ho-login-widget {
        max-width: 1140px;
    }
}


@media(min-width: 1400px) {
    div.ho-login-widget {
        max-width: 1320px;
    }
}

/* ---------------------------------------------------- */
/* ------------------- Register Form ------------------ */
/* ---------------------------------------------------- */
.ho-login-widget.ho-success {
  text-align: center;
}

.register-form {
  background-color: #A94871;
  color: #fff;
}

.register-form .ho-submit {
  background-color: #fff;
  border-color: #fff;
  color: #;
}

.register-form .ho-submit:hover {
  background-color: #ddd;
  border-color: #ddd;
}

.register-form .ho-check-label a {
  color: #fff;
  text-decoration: underline;
}

.register-form .ho-check-label a:hover {
  color: #ddd;
}


.register-form .ho-form {
	max-width: 800px !important;
}

.register-form form > div:nth-child(1) .ho-field-group h3 {
  font-size: 3.1rem;
  margin-bottom: 30px;
}

.register-form form > div:nth-child(1) .ho-field-group {
  margin-bottom: 4rem;
}

.register-form form > div:nth-child(2) .ho-field-group {
  margin-bottom: 1rem;
}

.register-form .ho-field.ho-field-error-outer .ho-input {
  border: 2px solid #F90;
}

.register-form .ho-field.ho-field-error-outer .ho-field-error {
  color: #F90;
}

.register-form .ho-submit {
  padding: 0.62583741rem 2.50353741rem;
}

.register-form .ho-field-group h3 {
  color: #ffffff;
}

/* ---------------------------------------------------- */
/* ------------------ Express Booking  ---------------- */
/* ---------------------------------------------------- */

.express-booking-button .ho-form {
  padding: 0;
  width: 100% !important;
  margin: 0;
}

.express-booking-button .ho-field-group, .express-booking-button .ho-field-group h3 {
    display: none;
}

.express-booking-button .ho-submit, .event-express-booking button  {
  margin: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  width: 100%;
}

.express-booking-button .ho-success {
  font-size: 14px;
}

.ho-form.meeting-express-booking {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: unset;
}

.ho-form.express-booking {
    padding: 0 !important;
    background-color: inherit !important;
}

.meeting-slot-day {
  width: 100% !important;
}

.meeting-section-container {
    min-height: auto;
}    

/* ---------------------------------------------------- */
/* -------------------- Form Groups ------------------- */
/* ---------------------------------------------------- */

.ho-field-group {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* ---------------------------------------------------- */
/* -------------------- Form Fields ------------------- */
/* ---------------------------------------------------- */

.ho-field, .ho-content-field {
    padding-top: 15px;
    padding-bottom: 15px;
}

label, .ho-label {
  display: inline-block;
  margin-bottom: .5rem !important;
}

legend.ho-label {

  width: unset;
  max-width: unset;
  padding: unset;
  font-size: unset;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="phone"], textarea, input[type="date"]  {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 0.3rem;
}

/* ---------------------------------------------------- */
/* ----------------- Field Type Range ----------------- */
/* ---------------------------------------------------- */
input[type="range"].ho-input {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

input[type="range"].ho-input:focus {
  outline: none;
}

input[type="range"].ho-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(30, 110, 180, 0.25);
}

input[type="range"].ho-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(30, 110, 180, 0.25);
}

input[type="range"].ho-input:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(30, 110, 180, 0.25);
}

input[type="range"].ho-input::-moz-focus-outer {
  border: 0;
}

input[type="range"].ho-input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #085080;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  input[type="range"].ho-input::-webkit-slider-thumb {
    transition: none;
  }
}

input[type="range"].ho-input::-webkit-slider-thumb:active {
  background-color: #97c5ee;
}

input[type="range"].ho-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

input[type="range"].ho-input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #085080;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  input[type="range"].ho-input::-moz-range-thumb {
    transition: none;
  }
}

input[type="range"].ho-input::-moz-range-thumb:active {
  background-color: #97c5ee;
}

input[type="range"].ho-input::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

input[type="range"].ho-input::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #085080;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  input[type="range"].ho-input::-ms-thumb {
    transition: none;
  }
}

input[type="range"].ho-input::-ms-thumb:active {
  background-color: #97c5ee;
}

input[type="range"].ho-input::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

input[type="range"].ho-input::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

input[type="range"].ho-input::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

input[type="range"].ho-input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

input[type="range"].ho-input:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

input[type="range"].ho-input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

input[type="range"].ho-input:disabled::-moz-range-track {
  cursor: default;
}

input[type="range"].ho-input:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* ---------------------------------------------------- */
/* ----------------- Field Type Select ---------------- */
/* ---------------------------------------------------- */
select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
      background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ---------------------------------------------------- */
/* ---------------- Field Type Checkbox --------------- */
/* ---------------------------------------------------- */
fieldset.ho-field {
  position: relative;
}
fieldset.ho-field legend.ho-label {
  position: inherit;
  top: 15px;
}
.ho-check-field {
  display: block;
}
.ho-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ho-check-label .ho-check-input:checked ~ .ho-check-label-text::after, .ho-single-check-field .ho-check-label .ho-check-input:checked ~ div::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.ho-check-label-text::after, .ho-single-check-field .ho-check-label > div::after {
  position: absolute;
  top: .23rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
      background-image: none;
}
.ho-check-input:checked ~ .ho-check-label-text::before, .ho-single-check-field .ho-check-label .ho-check-input:checked ~ div::before {
  color: #fff;
  border-color: #085080;
  background-color: #085080;
}
.ho-check-label .ho-check-label-text::before, .ho-single-check-field .ho-check-label > div::before {
  border-radius: .25rem;
}
.ho-check-label-text::before, .ho-single-check-field .ho-check-label > div::before {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ho-check-label-text::before, .ho-single-check-field .ho-check-label > div::before {
  position: absolute;
  top: .23rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
      border-top-color: rgb(173, 181, 189);
      border-right-color: rgb(173, 181, 189);
      border-bottom-color: rgb(173, 181, 189);
      border-left-color: rgb(173, 181, 189);
}
.ho-check-label-text, .ho-single-check-field .ho-check-label > div {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 18px;
}
@media(min-width: 576px) {
    .ho-check-label-text, .ho-single-check-field .ho-check-label > div {
        margin-left: 25px;
    }
}

/* ---------------------------------------------------- */
/* ---------------- Field Type Radio ---------------- */
/* ---------------------------------------------------- */
.ho-radio-option {
    display: block;
}

.ho-radio-field {
    padding-bottom: 0;
}
.ho-radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ho-radio-label {
  position: relative;
  margin-left: 18px;
  margin-bottom: .5rem;
  vertical-align: top;
}
@media(min-width: 576px) {
  .ho-radio-label {
    margin-left: 25px;
  }
}
.ho-radio-label::after {
    position: absolute;
    top: 0.175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
        background-image: none;
}
.ho-radio-input:checked ~ .ho-radio-label::before {
    color: #fff;
    border-color: #085080;
    background-color: #085080;
}
.ho-radio-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ho-radio-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
      border-top-color: rgb(173, 181, 189);
      border-right-color: rgb(173, 181, 189);
      border-bottom-color: rgb(173, 181, 189);
      border-left-color: rgb(173, 181, 189);
}
.ho-radio-option .ho-radio-label::before {
  border-radius: 50%;
}
.ho-radio-option .ho-radio-input:checked ~ .ho-radio-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.ho-radio-option .ho-radio-input:disabled:checked ~ .ho-radio-label::before {
  background-color: rgba(30, 110, 180, 0.5);
}

/* ---------------------------------------------------- */
/* ---------------- Field Type File ---------------- */
/* ---------------------------------------------------- */
.ho-dropzone-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

.ho-file-upload {
  min-height: unset !important;
  text-align: unset !important;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
}

.ho-file-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-radius: 0 .25rem .25rem 0;
  border-left: 1px solid #ced4da !important;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ho-file-input-file-list {
  font-size: 90%;
}

.ho-file-input-placeholder {
  color: #9da1a5;
}

/* ---------------------------------------------------- */
/* ------------------ Success message ----------------- */
/* ---------------------------------------------------- */
.ho-message-container.ho-success-message-container {
    text-align: center;
    padding: 15px 0;
    font-size: 2rem;
}

/* ---------------------------------------------------- */
/* -------------=--- Error & Help Text ---------------- */
/* ---------------------------------------------------- */
.ho-help-text {
  display: block;
  font-size: 85%;
  margin-bottom: 0.3rem;
}

.ho-field-error {
  color: #ff0000;
  font-size: 90%;
}

.ho-field-error-outer .ho-input {
  border-color: #ff0000;
}

label.ho-check-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

label.ho-check-label > input.ho-check-input {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin: 5px 5px 0 0;
}

label.ho-check-label > div {
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}

/* ---------------------------------------------------- */
/* ------------------- Submit Button ------------------ */
/* ---------------------------------------------------- */
.ho-button, .ho-submit {
  display: block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  line-height: 1.35;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #A94871;
  border-color: #a94871;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}